home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
More Source
/
C⁄C++
/
Kant Generator Pro 1.2
/
src
/
Shell ƒ
/
file utilities.h
< prev
next >
Wrap
Text File
|
1995-02-13
|
387b
|
10 lines
OSErr GetApplicationFSSpec(FSSpec *theFS);
OSErr GetApplicationVRefNum(short *vRefNum);
OSErr GetApplicationParID(long *parID);
OSType GetFileType(FSSpec *myFSS);
unsigned long GetModificationDate(FSSpec *myFSS);
OSErr SetModificationDate(FSSpec *myFSS, unsigned long theDate);
OSErr TouchFolder(FSSpec *theFS);
OSErr FileExists(FSSpec *theFS);
void GetVersionString(Str255 theVersion);